home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3964 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.1 KB

  1. Path: newsfeed.pitt.edu!hnkst2
  2. From: hnkst2+@pitt.edu (Hanhwe N Kim)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: C++ Pretty Printer Program Quest
  5. Date: 27 Jan 1996 00:07:11 GMT
  6. Organization: University of Pittsburgh
  7. Message-ID: <4ebqbf$ga6@usenet.srv.cis.pitt.edu>
  8. References: <4eajn4$lk4@jjcd-newsserver.cldx.com>
  9. NNTP-Posting-Host: unixs3.cis.pitt.edu
  10.  
  11. In article <4eajn4$lk4@jjcd-newsserver.cldx.com>,
  12. Stephen Michel <michel@cnp.cldx.com> wrote:
  13. >Has anyone seen or heard of any C++ pretty printer utilities ?
  14. >Even something as simple as 'indent' for C would suffice.
  15. >Source code even better so we could port to our various platforms.
  16. >
  17. >
  18. >Thanks in advance,
  19. >
  20.  
  21. There is a pretty good source printer (not a reformatter)
  22. called AutoPage for Windows 3.1.  It prints comments in
  23. italic and can print function or class names in bold.
  24.  
  25. You can download a demo version from the SimTel ftp sites.
  26. The mirror site I go to is 
  27.  oak.oakland.edu
  28.  
  29. look under the directory:
  30.  SimTel/win3/pgmtools/
  31. for file:
  32.  apage102.zip  666689  8  950702  Source auto printer for c,c++,...
  33.  
  34. It is shareware.
  35.  
  36. Good luck
  37. Han
  38.  
  39.  
  40.  
  41.